golang.org/x/net/http2.priorityNode.weight (field)
9 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L98: weight uint8 // the actual weight is weight+1, so the value is in [1,256]
writesched_priority.go#L174: w := n.kids.weight
writesched_priority.go#L177: if k.weight != w {
writesched_priority.go#L217: wi, bi := float64(z[i].weight+1), float64(z[i].subtreeBytes)
writesched_priority.go#L218: wk, bk := float64(z[k].weight+1), float64(z[k].subtreeBytes)
writesched_priority.go#L278: weight: priorityDefaultWeight,
writesched_priority.go#L330: weight: priorityDefaultWeight,
writesched_priority.go#L343: n.weight = priorityDefaultWeight
writesched_priority.go#L381: n.weight = priority.Weight
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)